home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / passwords.ctl < prev    next >
Text File  |  2000-05-12  |  625b  |  22 lines

  1. -- RCSVER $Id: passwords.ctl,v 1.1 2000-05-03 12:29:14-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:         passwords.ctl
  6. -- Date:         05/06/1999
  7. -- memo:         Randy Wood
  8. -- Description:  Load the data for the passwords table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE passwords
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.        user_id,
  18.        subsys_id,
  19.        password
  20. )
  21. begindata
  22.